Dew Stats for .NET
|
Calculate parameters for Beta distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be Beta distributed. |
out double A |
Return Beta distribution parameter estimator a. |
out double B |
Return Beta distribution parameter estimator b. |
ref double[] PCIA |
a (1-Alpha)*100 percent confidence interval. |
ref double[] PCIB |
b (1-Alpha)*100 percent confidence interval. |
int MaxIter |
Maximum number of iterations needed for deriving a and b. |
double Tolerance |
Defines the acceptable tolerance for calculating a and b. |
double Alpha |
Confidence interval percentage. |
RandomBeta, BetaStat
The following example generates 100 random Beta distributed values and then uses BetaFit routine to extract used a and b parameters:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|